home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-09-20 | 536 b | 17 lines | [TEXT/MPS ] |
- /*--------------------------------------------------------------------------------------
- //
- // File: OffscreenUtils.h
- //
- // Contents: Header declarations for procedures for the creation, manipulation, and disposal of
- // offscreen bit structures
- //
- // By Georgiann ("George") Delaney
- // © 1989 - 1990, Apple Computer, Inc.
- //
- //--------------------------------------------------------------------------------------*/
-
-
-
- Boolean CreateOSBitmap (GrafPtr *theOSBitmap, Rect *bounds);
- void DisposeOSBitmap (GrafPtr theOSBitmap);
-